projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f16a8d5
)
* doc/lispref/strings.texi (Formatting Strings): Improve indexing.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 20 Sep 2017 13:40:20 +0000
(16:40 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 20 Sep 2017 13:40:20 +0000
(16:40 +0300)
doc/lispref/strings.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/strings.texi
b/doc/lispref/strings.texi
index 23961f99efd2c966872ed8c395dd330da46220b6..219225d412b20e603707a8ab5376d335d70012f3 100644
(file)
--- a/
doc/lispref/strings.texi
+++ b/
doc/lispref/strings.texi
@@
-824,8
+824,9
@@
to the produced string representations of the argument @var{objects}.
@end defun
@defun format-message string &rest objects
-@cindex curved quotes
-@cindex curly quotes
+@cindex curved quotes, in formatted messages
+@cindex curly quotes, in formatted messages
+@cindex @code{text-quoting-style}, and formatting messages
This function acts like @code{format}, except it also converts any
grave accents (@t{`}) and apostrophes (@t{'}) in @var{string} as per the
value of @code{text-quoting-style}.